Sat Jun 19 17:47:40 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:48:16 +0000 (21:48 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:48:16 +0000 (21:48 +0000)
* info.el (Info-insert-dir): Remove the call to recursive-edit.

lisp/info.el

index 5d2682e6430f0a02ad372c83e599b5f8068075ea..843fc97a6645c5fbecd6c49a3ef8e4fec929ee5f 100644 (file)
@@ -297,7 +297,6 @@ to read a file name from the minibuffer."
                                         (file-attributes (car elt))))
                               Info-dir-file-attributes))))
       (insert Info-dir-contents)
-    (recursive-edit)
     (let ((dirs Info-directory-list)
          buffers buffer others nodes dirs-done)